This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
I read all the thread. I feel it's not a bug ~Umberto Nongeroson 9.Oct.03 07:15 PM a Web browser General 6.0.3; 6.0.2 CF2; 6.0.2 CF1; 6.0.2; 6.0.1 CF3; 6.0.1 CF2; 6.0.1 CF1; 6.0.1; 6.0All Platforms
There's apparently some difference in when the document gets loaded into memory. But that just changes the probability of an error. It's just plain wrong for an agent to use NotesDocument.Save(True, True, ...) when there is any chance that users may be editing the document at the same time. Use False, False and test the result.
For that matter, what do you do about the situation where the user is editing the document and the agent reads the current version off of disk and saves a change before the user gets around to saving theirs? They get warned of a save conflict, but what are they supposed to do? Save a conflict document or abanbon their changes?
Might want to use document locking to prevent the agent from messing with the document at all while it's being edited.